home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / makedev-.000 / makedev- / MAKEDEV-2.2 / README < prev   
Text File  |  1995-05-21  |  1KB  |  25 lines

  1. $Id: README,v 2.2 1995/05/21 17:53:22 alfie Exp $
  2.  
  3. Here is the original comment taken from the MAKEDEV script.  One day,
  4. I'll do this properly.
  5.  
  6. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  7.  
  8. This is my attempt at a MAKEDEV script.  IMHO it cleans up many areas.
  9. It can be used to determine the necessary info for a device without
  10. actually creating it using the '-n' flag.
  11.  
  12. It makes less individual devices and tends to make classes of devices
  13. (eg "MAKEDEV hda" will create "hda" and the 8 partitions; "MAKEDEV ptyp"
  14. will create the ptyp[0-f] master and ttyp[0-f] slave devices).
  15.  
  16. If you are aware of any glaring omissions or errors, please let me know.
  17. Also, if you are a developer who wants your devices supported by MAKEDEV,
  18. let me know.
  19.  
  20. Thanks go to many people.  Ian Jackson for the original help and
  21. encouragement, to Matthias Urlichs for plugging "MAKEDEV update", and
  22. to the many others that have bought errors and omissions to my attention.
  23.  
  24.     Nick Holloway <Nick.Holloway@alfie.demon.co.uk>  
  25.